ICamTable.SlaveAbsolute property

Gets the absolute or relative coordinates for the slave axis. 1 = absolute, 0 = relative coordinates. By default, it is 0.

Absolute coordinates: every position is counted from zero.

Relative coordinates: the position is counted from the previous position in the table.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
bool SlaveAbsolute { get; }
ReadOnly Property SlaveAbsolute As Boolean

Property value

Type: bool

See also

ICamTable Interface

IntervalZero.KINGSTAR.Base.Class Namespace